home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-11-08 | 1.1 KB | 33 lines | [TEXT/MPS ] |
- #---------------------------------------------------------------------------------------------------
- # List here the Application's Name
- AppName = SizerTest
-
-
- #---------------------------------------------------------------------------------------------------
- # List any additional interfaces that your application is dependent on
- OtherInterfaces = ∂
- "{SrcApp}USizerView.p" ∂
- "{SrcApp}UArray.p"
-
- #---------------------------------------------------------------------------------------------------
- # Name any other object files to link in
- OtherLinkFiles = ∂
- "{ObjApp}USizerView.p.o" ∂
- "{ObjApp}UArray.p.o"
-
- #---------------------------------------------------------------------------------------------------
- # Express any additional dependencies for separate compilations.
- # Include dependencies for the MacApp and Building block interfaces
- # if you are dependent on them
-
- "{ObjApp}USizerView.p.o" ƒ ∂
- "{SrcApp}USizerView.impl.p" ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
-
- "{ObjApp}UArray.p.o" ƒ ∂
- "{SrcApp}UArray.p" ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
-
-